Update README.md - #245
Conversation
I've changed this quite a bit to lower both the apparent and actual barriers to getting users started on contributing. I've slightly relaxed the requirements for very small contributions, while maintaining them for significant contributions.
minor URL update
Tiny change to a title
Added instructions on how to install matlab and create the documentation.
Minor re-wording and rearrangements.
Link update.
Minor typo
Few minor changes.
Small changes, as we will allow PRs into develop for minor fixes. Not everything tiny change must rigidly go through a feature branch.
Cyclomatic Complexity CheckL 97 (C 22-41): The McCabe cyclomatic complexity of 'initialiseSensorData' is 19. L 67 (C 41-64): The McCabe cyclomatic complexity of 'get.sourceFieldMagnitude' is 1. L 170 (C 24-41): The McCabe cyclomatic complexity of 'FourierCollocation' is 1. L 158 (C 24-32): The McCabe cyclomatic complexity of 'GridInput' is 2. L 119 (C 24-29): The McCabe cyclomatic complexity of 'Logger' is 1. L 87 (C 24-29): The McCabe cyclomatic complexity of 'Solver' is 5. L 119 (C 24-36): The McCabe cyclomatic complexity of 'ThermalSolver' is 3. L 82 (C 24-39): The McCabe cyclomatic complexity of 'TimeDomainSolver' is 1. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #245 +/- ##
========================================
Coverage 99.22% 99.22%
========================================
Files 47 47
Lines 1027 1027
========================================
Hits 1019 1019
Misses 8 8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Updated minimum requirements date
stellaprins
left a comment
There was a problem hiding this comment.
I like your changes they make the text more clear and concise in places (always a good thing!)
A few small comments and make sure to run pre-commit on all files to address the CI failure.
Co-authored-by: Stella Prins <30465823+stellaprins@users.noreply.github.com>
Co-authored-by: Stella Prins <30465823+stellaprins@users.noreply.github.com>
Minor changes following Stella's comments.
Co-authored-by: Stella Prins <30465823+stellaprins@users.noreply.github.com>
Added a bit more description on conda.
minor changes
Small changes to pre-commit description.
Co-authored-by: Stella Prins <30465823+stellaprins@users.noreply.github.com>
stellaprins
left a comment
There was a problem hiding this comment.
Looks good, just add the line of instructions to install pre-commit, see earlier comment
.
Summary
Updated README.md, contributor guidelines, etc